home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
napman.swf
/
scripts
/
frame_325
/
DoAction.as
Wrap
Text File
|
2001-11-21
|
717b
|
49 lines
if("9999" < score and newlife == "0")
{
newlife = "1";
lives += "1";
tellTarget("/suoni")
{
gotoAndStop("bonus");
}
}
if(status == "1")
{
timer -= "1";
if(timer == "0")
{
status = "0";
}
}
if(bonus == "1")
{
timerbonus -= "1";
if(timerbonus == "0")
{
bonus = "2";
setProperty("/bonus", _visible, "0");
}
}
if(punti == "0")
{
tellTarget("/suoni")
{
gotoAndStop("level");
play();
}
gotoAndPlay(336);
}
if(gameover == "1")
{
tellTarget("/suoni")
{
gotoAndStop("morte");
play();
}
gotoAndPlay(345);
}
if(gameover == "0" and "0" < punti)
{
gotoAndPlay(324);
}